home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / util / libs / regexp.lha / regexp / src / regexpbase.h < prev   
Encoding:
C/C++ Source or Header  |  1998-02-20  |  137 b   |  8 lines

  1.  
  2. struct RegexpBase {
  3.     struct Library reb_LibNode;
  4.     struct ExecBase *reb_SysBase;
  5.     struct DosLibrary *reb_DOSBase;
  6.     APTR *reb_SegList;
  7. };
  8.